home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level1 / GroundFog.vib < prev    next >
Encoding:
Text File  |  2002-10-07  |  696 b   |  22 lines

  1. // VirtuaLight VIB-Structure
  2.  
  3. ReadArchive "defshaders.vs"
  4.  
  5. Camera [ (2,.75,-5),(2,1,0),(0,1,0) FieldOfView 45 Format(320, 240) FrameAspectRatio 4/3 ]
  6.  
  7. Background '.098039, .098039, .392157'*0.9
  8.  
  9. GroundFog(16, 4, '.95,.95,.975')
  10.  
  11. PointLight [ (-50,50, -50) Intensity i ]
  12. PointLight [ (55,40, -40) Intensity i ]
  13. PointLight [ (-20,40, 55) Intensity i/4 LightingAttributes SPECULAR ]
  14.  
  15. Shape [ Sphere((10, 1, 15), 1) primitive ]
  16. Shape [ Sphere((8, 1, 12), 1) primitive ]
  17. Shape [ Sphere((6, 1, 9), 1) primitive ]
  18. Shape [ Sphere((4, 1, 6), 1) primitive ]
  19. Shape [ Sphere((2, 1, 3), 1) primitive ]
  20. Shape [ Sphere((0, 1, 0), 1) primitive ]
  21.  
  22. Shape [ Disk((0,0,0), (0,1,0), 500) ground ]